home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / mail / AM119contr.lha / FastGIF112.lha / FastGIF.Eng < prev    next >
Text File  |  1992-06-28  |  3KB  |  142 lines

  1.  
  2.                                FastGIF V1.12
  3.                      (c) 1992 by Christophe PASSUELLO
  4.                      ---------------------------------
  5.  
  6.  
  7.     FastGIF is a fast viewer for GIF files, written in C for the user interface
  8.     and assembler for unpacking and viewing routines. (The fastest GIF viewer
  9.     for Amiga).
  10.  
  11.     FastGIF can't be sold alone or in any package, but you can freely
  12.     distribute it on PD's disks (like Fred Fish one) or on any BBS only if
  13.     complete and unmodified.
  14.  
  15.  
  16.  
  17. DISCLAIMER
  18. ----------
  19.  
  20.   The author isn't responsable of any damages resulting of the use of FastGIF.
  21.  
  22.  
  23.  
  24. BAD
  25. ---
  26.  
  27.   - It uses a lot of memory (loading file in RAM), allocates large block (320Kb
  28.     for a 640 * 512 pixels pictures)
  29.  
  30.  
  31.  
  32. GOOD
  33. ----
  34.  
  35.   - Very fast, mains routines are written using very highly optimised assembler
  36.     (twice faster than TurboGIF)
  37.  
  38.   - It should be even faster with 32 bits cards because the assembly routines
  39.     are small enough to fit in the cache.
  40.  
  41.   - It should works on NTSC or PAL. (i don't have NTSC)
  42.  
  43.   - You can scroll picture.
  44.  
  45.   - It handles corrupted GIF files
  46.  
  47.  
  48.  
  49. HOW TO USE FASTGIF
  50. ------------------
  51.  
  52.   FastGIF takes one argument witch is the name of the GIF file, for each picture
  53.   it displays size, numbers of colors and so on, ...
  54.  
  55.   Once displayed you can use the keys:
  56.  
  57.        L       : switch Interlace
  58.        H       : switch Hires (only if not a 32 colors picture)
  59.        O       : switch OverScan
  60.        ESC     : escape from FastGIF
  61.  
  62.  
  63.   To scroll picture use the cursor, with SHIFT you can scroll using a 16 pixels
  64.   step, with ALT you move to any side of the picture.
  65.  
  66.  
  67.   The picture is displayed in a intuition screen so you can put the Workbench
  68.   in front using the keys Amiga-Left N.
  69.  
  70.  
  71.  
  72. TO DO
  73. -----
  74.  
  75.   - Using colors instead of grey-scale for pictures with more than 32 colors.
  76.  
  77.   - Saving to IFF 1 to 5 bits , 12 bits and 24 bits.
  78.  
  79.  
  80.  
  81. AUTHOR
  82. ------
  83.  
  84.    Send me any suggestion, bugs-report, flames, etc....
  85.    Any contribution is welcome [free/share]ware or money (bills only).
  86.    If you send me programmer docs for any 256 or more colors cards, i will
  87.    try to adapt FastGIF.
  88.  
  89.    For bugs-report send informations about your config:
  90.    Witch processor, version of Workbench, how many RAM you own (CHIP & FAST).
  91.  
  92.    You can contact me at the address
  93.  
  94.         Christophe PASSUELLO
  95.         25, Rue du Plateau
  96.         91600 SAVIGNY SUR ORGE
  97.         FRANCE
  98.  
  99.    or i prefer using EMail    (only until September 1992)
  100.  
  101.         p6inf016@ibm1.cicrp.jussieu.fr     | Internet
  102.         p6inf016@cigale.cicrp.jussieu.fr   | Internet
  103.         p6inf016@frcirp81.bitnet           | Bitnet
  104.  
  105.  
  106.  
  107. HISTORY
  108. -------
  109.  
  110.  - RELEASE V1.01
  111.  
  112.       First release
  113.  
  114.  
  115.  - RELEASE V1.02
  116.  
  117.       Decompression 5% faster.
  118.       Bug fixed : ScrollVPort doesn't works very well with Interlaced. I use
  119.       MakeScreen and ReThinkDisplay instead.
  120.  
  121.  
  122.  - RELEASE V1.10
  123.  
  124.       Now can display pictures with more than 32 colors in gray-scale.
  125.       Pictures are now centered in the middle of the screen.
  126.  
  127.  
  128.  - RELEASE V1.11
  129.  
  130.       Internal release.
  131.       Fast scrolling Added.
  132.  
  133.  
  134.  - RELEASE V1.12
  135.  
  136.       New algorithm for decompression: 25 % FASTER.
  137.  
  138.  
  139.  
  140.  
  141.                         Enjoy FastGIF !!!!!!!!!!!
  142.